Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / SSHIdentificationStringByteReader Class / ProcessBytes Method / ProcessBytes(Byte[],Int32,Int32,Int64) Method


In This Topic
    ProcessBytes(Byte[],Int32,Int32,Int64) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function ProcessBytes( _
       ByVal buffer() As Byte, _
       ByVal offset As Integer, _
       ByVal count As Integer, _
       ByVal position As Long _
    ) As Long
    'Usage
     
    Dim instance As SSHIdentificationStringByteReader
    Dim buffer() As Byte
    Dim offset As Integer
    Dim count As Integer
    Dim position As Long
    Dim value As Long
     
    value = instance.ProcessBytes(buffer, offset, count, position)
    public long ProcessBytes( 
       byte[] buffer,
       int offset,
       int count,
       long position
    )

    Parameters

    buffer
    offset
    count
    position
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also